Skip to main content

Delete Campaign

AutomatR.TFMailchimp.Activities.DeleteCampaign

The "Delete Campaign" activity in AutomatR is part of the Mailchimp Campaign activities package, allowing users to delete a specified campaign from their Mailchimp account.

Properties

NameDescription
Input
Audience NameSpecifies the name of the audience to which the campaign belongs. String variables containing the audience name.
Campaign NameSpecifies the name or ID of the campaign to be deleted. String variables containing the campaign name or ID.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Delete Campaign" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.

How to use:

  1. Drag and drop the "Delete Campaign" activity onto the workflow.
  2. Configure the properties by specifying the audience name and campaign name or ID to be deleted.
  3. Optionally, configure the delay property.
  4. Execute the workflow to delete the specified campaign from the Mailchimp account.

Example: Consider an example where the "Delete Campaign" activity is used to delete a campaign named "SummerSale" from the audience named "Subscribers":

Delete Campaign:
Audience Name: "Subscribers"
Campaign Name: "SummerSale"
Delay: 2

In this example, the activity deletes the "SummerSale" campaign from the "Subscribers" audience in the Mailchimp account. No output variable is generated for this activity.